home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / DRIVER.CAB / loptraep.ppd < prev    next >
Encoding:
PostScript Printer Description  |  2003-02-21  |  25.9 KB  |  727 lines

  1. *PPD-Adobe: "4.2"
  2. *% Adobe PostScript(R) Printer Description File
  3. *% For Lexmark Optra Ep LaserPrinter
  4. *% For use with Windows NT
  5. *% Produced by Lexmark International, Inc.
  6. *%
  7. *% Copyright (c) 1993-1998 Lexmark International Inc.  All Rights Reserved.
  8. *% Permission is granted for redistribution of this file as
  9. *% long as this copyright notice is intact and the content
  10. *% of the file is not altered in any way from its original form.
  11. *%
  12.  
  13. *FormatVersion: "4.2"
  14. *FileVersion: "1.5"
  15. *LanguageVersion: English
  16. *LanguageEncoding: WindowsANSI
  17. *PCFileName: "LOPTREP.PPD"
  18. *Product: "(Lexmark Optra Ep LaserPrinter)"
  19. *PSVersion: "(2014)"
  20. *ModelName: "Lexmark Optra Ep LaserPrinter"
  21. *ShortNickName: "Lexmark Optra Ep PS"
  22. *NickName: "Lexmark Optra Ep PS"
  23.  
  24. *% === Options and Constraints ============
  25.  
  26. *OpenGroup: InstallableOptions/Options Installed
  27. *OpenUI *Option1/Lower Tray: Boolean
  28. *DefaultOption1: False
  29. *Option1 True/Installed: ""
  30. *Option1 False/Not Installed: ""
  31. *CloseUI: *Option1
  32.  
  33. *OpenUI *Option2/Flash Memory Card: Boolean
  34. *DefaultOption2: False
  35. *Option2 False/Not Installed: ""
  36. *Option2 True/Installed: ""
  37. *CloseUI: *Option2
  38.  
  39. *OpenUI *InstalledMemory/Printer Memory: PickOne
  40. *DefaultInstalledMemory: 2MB
  41. *InstalledMemory 2MB/2 MB Printer Memory:""
  42. *InstalledMemory 3MB/3 MB Printer Memory:""
  43. *InstalledMemory 4MB/4 MB Printer Memory:""
  44. *InstalledMemory 6MB/6 MB Printer Memory:""
  45. *CloseUI: *InstalledMemory
  46.  
  47. *CloseGroup: InstallableOptions
  48.  
  49. *% ====User Constraints ====
  50. *% If Tray 2 Is Not Installed
  51. *UIConstraints: *Option1 False    *InputSlot Lower
  52. *UIConstraints: *Option1 False    *TraySwitch True
  53.  
  54. *UIConstraints: *Option1 False    *JCLTray2PaperType
  55.  
  56. *% If Resolution is 600 dpi inhibit smoothing
  57. *UIConstraints: *Resolution 600dpi  *Smoothing True
  58.  
  59. *% If resolution is 300 dpi inhibit PictureGrade
  60. *UIConstraints: *Resolution 300dpi  *JCLPictureGrade True
  61.  
  62. *% Limit Paper Sizes In Tray 2
  63. *UIConstraints: *InputSlot Lower    *PageSize Executive
  64. *UIConstraints: *InputSlot Lower    *PageSize Monarch
  65. *UIConstraints: *InputSlot Lower    *PageSize C9
  66. *UIConstraints: *InputSlot Lower    *PageSize Comm10
  67. *UIConstraints: *InputSlot Lower    *PageSize DL
  68. *UIConstraints: *InputSlot Lower    *PageSize C5
  69. *UIConstraints: *InputSlot Lower    *PageSize ISOB5
  70. *UIConstraints: *InputSlot Lower    *PageSize Other
  71. *UIConstraints: *InputSlot Lower    *CustomPageSize
  72.  
  73.  
  74. *% === Basic Capabilities ============
  75.  
  76. *LanguageLevel: "2"
  77. *Protocols: PJL TBCP
  78. *ColorDevice: False
  79. *DefaultColorSpace: Gray
  80. *TTRasterizer:  Type42
  81. *Throughput: "6"
  82.  
  83. *FreeVM: "376000"
  84. *VMOption  2MB : "376000"
  85. *VMOption  3MB : "552000"
  86. *VMOption  4MB : "728000"
  87. *VMOption  6MB : "828000"
  88.  
  89. *Password: "0"
  90. *ExitServer: "
  91.  count 0 eq   % is the password on the stack?
  92.  { true }
  93.  { dup        % potential password
  94.    statusdict /checkpassword get exec not
  95.  } ifelse
  96.  {  %  if no password or not valid
  97.    (WARNING : Cannot perform the exitserver command.) =
  98.    (Password supplied is not valid.) =
  99.    (Please contact the author of this software.) = flush
  100.    quit
  101.  } if
  102.  serverdict /exitserver get exec
  103.  "
  104. *End
  105. *Reset: "
  106.  count 0 eq  % is the password on the stack?
  107.  { true }
  108.  { dup      % potential password
  109.    statusdict /checkpassword get exec not
  110.  } ifelse
  111.  {  %  if no password or not valid
  112.    (WARNING : Cannot reset printer.) =
  113.    (Password supplied is not valid.) =
  114.    (Please contact the author of this software.) = flush
  115.    quit
  116.  } if
  117.  serverdict /exitserver get exec
  118.  systemdict /quit get exec
  119.  (WARNING : Printer Reset Failed.) = flush
  120.  "
  121. *End
  122.  
  123. *% === Job Control Language ==
  124.  
  125. *JCLBegin: "<1B>%-12345X@PJL JOB<0A>"
  126. *JCLToPSInterpreter: "@PJL ENTER LANGUAGE = Postscript <0A>"
  127. *JCLEnd: "<1B>%-12345X@PJL EOJ <0A><1B>%-12345X"
  128.  
  129.  
  130. *JCLOpenUI *JCLDensity/Print Darkness: PickOne
  131. *DefaultJCLDensity: None
  132. *OrderDependency: 10 JCLSetup  *JCLDensity
  133. *JCLDensity None/Printer Setting: ""
  134. *JCLDensity VLIGHT/Very Light: "@PJL SET DENSITY = 1<0A>"
  135. *JCLDensity LIGHT/Light: "@PJL SET DENSITY = 2<0A>"
  136. *JCLDensity NORMAL/Normal: "@PJL SET DENSITY = 3<0A>"
  137. *JCLDensity DARK/Dark: "@PJL SET DENSITY = 4<0A>"
  138. *JCLDensity VDARK/Very Dark: "@PJL SET DENSITY = 5<0A>"
  139. *JCLCloseUI: *JCLDensity
  140.  
  141. *JCLOpenUI *JCLEconomode/Toner Saver: PickOne
  142. *DefaultJCLEconomode: PrtSet
  143. *OrderDependency: 10 JCLSetup  *JCLEconomode
  144. *JCLEconomode PrtSet/Printer Setting: ""
  145. *JCLEconomode True/On: "@PJL SET ECONOMODE = ON<0A>"
  146. *JCLEconomode False/Off: "@PJL SET ECONOMODE = OFF<0A>"
  147. *JCLCloseUI: *JCLEconomode
  148.  
  149. *% ==== Paper Type ====
  150.  
  151. *JCLOpenUI *JCLManualPaperType/Manual Feed Paper Type: PickOne
  152. *DefaultJCLManualPaperType: None
  153. *OrderDependency: 10 JCLSetup *JCLManualPaperType
  154. *JCLManualPaperType None/Printer Setting:""
  155. *JCLManualPaperType Normal/Normal:             "@PJL LMANUALPAPERTYPE = NORMAL<0A>"
  156. *JCLManualPaperType Rough/Rough Paper:         "@PJL LMANUALPAPERTYPE = ROUGH<0A>"
  157. *JCLManualPaperType Card/Card Stock:           "@PJL LMANUALPAPERTYPE = CARDSTOCK<0A>"
  158. *JCLManualPaperType Transparency/Transparency: "@PJL LMANUALPAPERTYPE = TRANSPARENCY<0A>"
  159. *JCLManualPaperType Labels/Labels:             "@PJL LMANUALPAPERTYPE = LABELS<0A>"
  160. *JCLCloseUI: *JCLManualPaperType
  161.  
  162. *JCLOpenUI *JCLTray1PaperType/Tray 1 Paper Type: PickOne
  163. *DefaultJCLTray1PaperType: None
  164. *OrderDependency: 10 JCLSetup *JCLTray1PaperType
  165. *JCLTray1PaperType None/Printer Setting:""
  166. *JCLTray1PaperType Normal/Normal:              "@PJL LTRAY1PAPERTYPE = NORMAL<0A>"
  167. *JCLTray1PaperType Rough/Rough Paper:          "@PJL LTRAY1PAPERTYPE = ROUGH<0A>"
  168. *JCLTray1PaperType Card/Card Stock:            "@PJL LTRAY1PAPERTYPE = CARDSTOCK<0A>"
  169. *JCLTray1PaperType Transparency/Transparency:  "@PJL LTRAY1PAPERTYPE = TRANSPARENCY<0A>"
  170. *JCLTray1PaperType Labels/Labels:              "@PJL LTRAY1PAPERTYPE = LABELS<0A>"
  171. *JCLCloseUI: *JCLTray1PaperType
  172.  
  173. *JCLOpenUI *JCLTray2PaperType/Tray 2 Paper Type: PickOne
  174. *DefaultJCLTray1PaperType: None
  175. *OrderDependency: 10 JCLSetup *JCLTray2PaperType
  176. *JCLTray2PaperType None/Printer Setting:""
  177. *JCLTray2PaperType Normal/Normal:            "@PJL LTRAY2PAPERTYPE = NORMAL<0A>"
  178. *JCLTray2PaperType Rough/Rough Paper:        "@PJL LTRAY2PAPERTYPE = ROUGH<0A>"
  179. *JCLCloseUI: *JCLTray2PaperType
  180.  
  181. *CloseGroup: PaperType
  182.  
  183. *% ==== Image Enhancement =====
  184.  
  185. *JCLOpenUI *JCLPictureGrade/PictureGrade: PickOne
  186. *DefaultJCLPictureGrade: PrtSet
  187. *OrderDependency: 10 JCLSetup *JCLPictureGrade
  188. *JCLPictureGrade PrtSet/Printer Setting:""
  189. *JCLPictureGrade True/On:        "@PJL SET LPARM:POSTSCRIPT LPICTUREGRADE = ON<0A>"
  190. *JCLPictureGrade False/Off:       "@PJL SET LPARM:POSTSCRIPT LPICTUREGRADE = OFF<0A>"
  191. *JCLCloseUI: *JCLPictureGrade
  192.  
  193. *% === Resolution ============
  194.  
  195. *OpenUI *Resolution/Resolution: PickOne
  196. *DefaultResolution: 600dpi
  197. *OrderDependency: 10 AnySetup *Resolution
  198. *Resolution 300dpi/300 dpi:  "1 dict dup /HWResolution [300 300] put setpagedevice"
  199. *Resolution 600dpi/600 dpi:  "1 dict dup /HWResolution [600 600] put setpagedevice"
  200. *?Resolution: "
  201.  save
  202.  currentpagedevice /HWResolution get 0 get
  203.  (     ) cvs print (dpi) = flush
  204.  restore
  205.  "
  206. *End
  207. *CloseUI: *Resolution
  208.  
  209. *OpenUI *Smoothing/Smoothing: PickOne
  210. *DefaultSmoothing: PrtSet
  211. *OrderDependency: 40 AnySetup *Smoothing
  212. *Smoothing PrtSet/Printer Setting: ""
  213. *Smoothing True/On:  "
  214.  1 dict dup /PostRenderingEnhanceDetails 1 dict dup /REValue 2 put put setpagedevice"
  215. *End
  216. *Smoothing False/Off: "
  217.  1 dict dup /PostRenderingEnhanceDetails 1 dict dup /REValue 0 put put setpagedevice"
  218. *End
  219. *?Smoothing: "
  220.  save
  221.  currentpagedevice /PostRenderingEnhanceDetails get /REValue get
  222.  dup 3 gt{pop 4}if [(False)(True)(True)(True)(Unknown)] exch get = flush
  223.  restore
  224.  "
  225. *End
  226. *CloseUI: *Smoothing
  227.  
  228. *% === Halftone Information ===============
  229.  
  230. *ScreenFreq: "60.0"
  231. *ScreenAngle: "45.0"
  232. *DefaultScreenProc: Dot
  233. *ScreenProc Dot: "
  234.  {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  235.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  236.  "
  237. *End
  238. *ScreenProc Line: "{ pop }"
  239. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  240.  
  241. *DefaultTransfer: Factory
  242. *Transfer Factory: "{ }"
  243. *Transfer Factory.Inverse: "{ 1 exch sub }"
  244.  
  245. *% === Paper Selection/Handling  ========
  246.  
  247. *LandscapeOrientation: Plus90
  248.  
  249. *% PageSize selection is normally associated with selection of paper by
  250. *% size rather than by input source.
  251.  
  252. *OpenUI *PageSize:  PickOne
  253. *OrderDependency: 30 AnySetup *PageSize
  254. *DefaultPageSize: Letter
  255. *PageSize Letter/Letter: "
  256.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  257.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  258. *End
  259. *PageSize Legal/Legal: "
  260.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  261.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  262. *End
  263. *PageSize Executive/Executive: "
  264.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  265.  2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
  266. *End
  267. *PageSize A4/A4: "
  268.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  269.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  270. *End
  271. *PageSize A5/A5: "
  272.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  273.  2 dict dup /PageSize [420 595]  put dup /ImagingBBox null put setpagedevice"
  274. *End
  275. *PageSize B5/B5: "
  276.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  277.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  278. *End
  279. *PageSize Monarch/Monarch Envelope: "
  280.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  281.  2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
  282. *End
  283. *PageSize C9/C9 Envelope: "
  284.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  285.  2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
  286. *End
  287. *PageSize Comm10/C10 Envelope: "
  288.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  289.  2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
  290. *End
  291. *PageSize DL/DL Envelope: "
  292.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  293.  2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
  294. *End
  295. *PageSize C5/C5 Envelope: "
  296.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  297.  2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
  298. *End
  299. *PageSize ISOB5/B5 Envelope: "
  300.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  301.  2 dict dup /PageSize [499 709]  put dup /ImagingBBox null put setpagedevice"
  302. *End
  303. *PageSize Other/Other Envelope: "
  304.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice
  305.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  306. *End
  307. *?PageSize: "
  308.  save
  309.  13 dict
  310.    dup /letter (Letter) put
  311.    dup /legal (Legal) put
  312.    dup /executivepage (Executive) put
  313.    dup /a4 (A4) put
  314.    dup /a5 (A5) put
  315.    dup /b5 (B5) put
  316.       dup /3.875x7.5envelope (Monarch) put
  317.    dup /3.875x8.875envelope (C9) put
  318.    dup /4.125x9.5envelope (Comm10) put
  319.    dup /110x220envelope (DL) put
  320.    dup /162x229envelope (C5) put
  321.    dup /176x250envelope (Envelope.499.709) put
  322.    dup /otherenvelope (Envelope.612.996) put
  323.  statusdict /papersize get exec
  324.  3 1 roll  {get} stopped {(Unknown)}if
  325.  exch  not { print (.Transverse) }if
  326.  = flush
  327.  restore
  328.  "
  329. *End
  330. *CloseUI: *PageSize
  331.  
  332. *% These entries will set up the frame buffer.
  333. *% Usually used with input source selection rather than selection by size (AutoSelect).
  334.  
  335. *OpenUI *PageRegion:  PickOne
  336. *OrderDependency: 40 AnySetup *PageRegion
  337. *DefaultPageRegion: Letter
  338. *PageRegion Letter: "
  339.  2 dict dup /PageSize [612 792]  put dup /ImagingBBox null put setpagedevice"
  340. *End
  341. *PageRegion Legal: "
  342.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  343. *End
  344. *PageRegion Executive: "
  345.  2 dict dup /PageSize [522 756]  put dup /ImagingBBox null put setpagedevice"
  346. *End
  347. *PageRegion A4: "
  348.  2 dict dup /PageSize [595 842]  put dup /ImagingBBox null put setpagedevice"
  349. *End
  350. *PageRegion A5: "
  351.  2 dict dup /PageSize [420 595]  put dup /ImagingBBox null put setpagedevice"
  352. *End
  353. *PageRegion B5: "
  354.  2 dict dup /PageSize [516 729]  put dup /ImagingBBox null put setpagedevice"
  355. *End
  356. *PageRegion Monarch: "
  357.  2 dict dup /PageSize [279 540]  put dup /ImagingBBox null put setpagedevice"
  358. *End
  359. *PageRegion C9: "
  360.  2 dict dup /PageSize [279 639]  put dup /ImagingBBox null put setpagedevice"
  361. *End
  362. *PageRegion Comm10: "
  363.  2 dict dup /PageSize [297 684]  put dup /ImagingBBox null put setpagedevice"
  364. *End
  365. *PageRegion DL: "
  366.  2 dict dup /PageSize [312 624]  put dup /ImagingBBox null put setpagedevice"
  367. *End
  368. *PageRegion C5: "
  369.  2 dict dup /PageSize [459 649]  put dup /ImagingBBox null put setpagedevice"
  370. *End
  371. *PageRegion ISOB5: "
  372.  2 dict dup /PageSize [499 709]  put dup /ImagingBBox null put setpagedevice"
  373. *End
  374. *PageRegion Other: "
  375.  2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  376. *End
  377. *CloseUI: *PageRegion
  378.  
  379. *% ==== Printable Area by key word ====
  380. *% Note: These values have been adjusted to compinsate for the translate rounding done in this version of the
  381. *%       NT Pscript driver.
  382. *DefaultImageableArea: Letter
  383. *ImageableArea Letter:    "13 13 599 779"
  384. *ImageableArea Legal:     "13 13 599 995"
  385. *ImageableArea Executive: "13 13 509 743"
  386. *ImageableArea A4:        "10 13 588 829"
  387. *ImageableArea A5:        "13 13 407 583"
  388. *ImageableArea B5:        "13 13 505 716"
  389. *ImageableArea Monarch:   "13 13 278 527"
  390. *ImageableArea C9:        "13 13 278 626"
  391. *ImageableArea Comm10:    "13 13 294 671"
  392. *ImageableArea DL:        "13 13 309 611"
  393. *ImageableArea C5:        "13 13 455 636"
  394. *ImageableArea ISOB5:     "13 13 497 696"
  395. *ImageableArea Other:     "13 13 599 995"
  396. *?ImageableArea: "
  397.  save
  398.  /cvp { cvi (            ) cvs print ( ) print } bind def
  399.  newpath clippath pathbbox
  400.  4 -2 roll exch 2 {ceiling cvp} repeat
  401.  exch 2 {floor cvp} repeat flush
  402.  restore
  403.  "
  404. *End
  405.  
  406. *% **** Physical paper dimensions by key word ****
  407.  
  408. *DefaultPaperDimension: Letter
  409. *PaperDimension Letter:    "612 792"
  410. *PaperDimension Legal:     "612 1008"
  411. *PaperDimension Executive: "522 756"
  412. *PaperDimension A4:        "595 842"
  413. *PaperDimension A5:        "420 595"
  414. *PaperDimension B5:        "516 729"
  415. *PaperDimension Monarch:   "279 540"
  416. *PaperDimension C9:        "279 639"
  417. *PaperDimension Comm10:    "297 684"
  418. *PaperDimension DL:        "312 624"
  419. *PaperDimension C5:        "459 649"
  420. *PaperDimension ISOB5:     "499 709"
  421. *PaperDimension Other:     "612 1008"
  422. *RequiresPageRegion All: True
  423.  
  424. *% ****** Custom Page Size  ******
  425.  
  426. *VariablePaperSize: True
  427. *CustomPageSize True:  "
  428.      pop pop pop
  429.      2 dict begin
  430.      /PageSize [
  431.          4 -2 roll
  432.      ] def
  433.      /ImagingBBox null def
  434.  currentdict end setpagedevice
  435. "
  436. *End
  437.  
  438. *ParamCustomPageSize   Width:           1 points 216 842
  439. *ParamCustomPageSize   Height:          2 points 360 1274
  440. *ParamCustomPageSize   WidthOffset:     3 points 0   0
  441. *ParamCustomPageSize   HeightOffset:    4 points 0   0
  442. *ParamCustomPageSize   Orientation:     5 int    0   0
  443.  
  444. *MaxMediaWidth: "842"
  445. *MaxMediaHeight: "1274"
  446.  
  447. *HWMargins: 13 13 13 13
  448.  
  449.  
  450. *% ==== Input Slots  ====
  451.  
  452. *OpenUI *InputSlot:  PickOne
  453. *OrderDependency: 20 AnySetup *InputSlot
  454.  
  455. *DefaultInputSlot: Upper
  456. *InputSlot Upper/Upper Tray: "
  457.  1 dict dup /ManualFeed false put setpagedevice
  458.  1 dict dup /MediaPosition null put setpagedevice
  459.  currentpagedevice /InputAttributes get 0 get setpagedevice
  460.  1 dict dup /InputAttributes 1 dict dup /Priority [0] put put setpagedevice
  461.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  462. *End
  463. *InputSlot Lower/Lower Tray: "
  464.  1 dict dup /ManualFeed false put setpagedevice
  465.  1 dict dup /MediaPosition null put setpagedevice
  466.  userdict /lms
  467.  currentpagedevice /InputAttributes get 1 known { 1 }{ 0 }ifelse put
  468.  currentpagedevice /InputAttributes get lms get setpagedevice
  469.  1 dict dup /InputAttributes 1 dict dup /Priority [lms] put put setpagedevice
  470.  1 dict dup /Policies 1 dict dup /PageSize 2 put put setpagedevice"
  471. *End
  472. *?InputSlot: "
  473.  save
  474.  [ (Upper) (Lower)  ]
  475.  statusdict /papertray get exec
  476.  {get exec} stopped { pop pop (Unknown) } if = flush
  477.  restore
  478.  "
  479. *End
  480. *CloseUI: *InputSlot
  481.  
  482. *OpenUI *ManualFeed/Manual Paper: Boolean
  483. *OrderDependency: 15 AnySetup *ManualFeed
  484. *DefaultManualFeed: False
  485. *ManualFeed True/On:  "1 dict dup /ManualFeed true  put setpagedevice"
  486. *ManualFeed False/Off: "1 dict dup /ManualFeed false put setpagedevice"
  487. *?ManualFeed: "
  488.  save
  489.  currentpagedevice /ManualFeed get {(True)}{(False)}ifelse = flush
  490.  restore
  491.  "
  492. *End
  493. *CloseUI: *ManualFeed
  494.  
  495. *OpenUI *TraySwitch/Tray Linking: PickOne
  496. *OrderDependency: 50 AnySetup *TraySwitch
  497. *DefaultTraySwitch: PrtSet
  498. *TraySwitch PrtSet/Printer Setting:  ""
  499. *TraySwitch True/On:  "1 dict dup /TraySwitch true  put setpagedevice"
  500. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  501. *?TraySwitch: "
  502.  save
  503.  currentpagedevice /TraySwitch get {(True)}{(False)}ifelse = flush
  504.  restore
  505.  "
  506. *End
  507. *CloseUI: *TraySwitch
  508.  
  509. *JCLOpenUI *JCLPortRotation/Port Rotation: PickOne
  510. *DefaultJCLPortRotation: None
  511. *OrderDependency: 10 JCLSetup  *JCLPortRotation
  512. *JCLPortRotation None/Printer Setting: ""
  513. *JCLPortRotation True/On: "@PJL LPORTROTATE<0A>"
  514. *JCLCloseUI: *JCLPortRotation
  515.  
  516. *DefaultOutputOrder: Normal
  517. *OutputOrder Normal: ""
  518. *OutputOrder Reverse: ""
  519.  
  520. *% === Font Information ==========================================
  521.  
  522. *DefaultFont: Courier
  523. *Font Courier: Standard "(001.000)" Standard ROM
  524. *Font Courier-Bold: Standard "(001.000)" Standard ROM
  525. *Font Courier-Oblique: Standard "(001.000)" Standard ROM
  526. *Font Courier-BoldOblique: Standard "(001.000)" Standard ROM
  527. *Font Times-Roman: Standard "(001.000)" Standard ROM
  528. *Font Times-Bold: Standard "(001.000)" Standard ROM
  529. *Font Times-Italic: Standard "(001.000)" Standard ROM
  530. *Font Times-BoldItalic: Standard "(001.000)" Standard ROM
  531. *Font Helvetica: Standard "(001.000)" Standard ROM
  532. *Font Helvetica-Bold: Standard "(001.000)" Standard ROM
  533. *Font Helvetica-Oblique: Standard "(001.000)" Standard ROM
  534. *Font Helvetica-BoldOblique: Standard "(001.000)" Standard ROM
  535. *Font Helvetica-Narrow: Standard "(001.000)" Standard ROM
  536. *Font Helvetica-Narrow-Bold: Standard "(001.000)" Standard ROM
  537. *Font Helvetica-Narrow-BoldOblique: Standard "(001.000)" Standard ROM
  538. *Font Helvetica-Narrow-Oblique: Standard "(001.000)" Standard ROM
  539. *Font Symbol: Special "(001.000)" Standard ROM
  540. *Font AvantGarde-Book: Standard "(001.000)" Standard ROM
  541. *Font AvantGarde-BookOblique: Standard "(001.000)" Standard ROM
  542. *Font AvantGarde-Demi: Standard "(001.000)" Standard ROM
  543. *Font AvantGarde-DemiOblique: Standard "(001.000)" Standard ROM
  544. *Font Bookman-Demi: Standard "(001.000)" Standard ROM
  545. *Font Bookman-DemiItalic: Standard "(001.000)" Standard ROM
  546. *Font Bookman-Light: Standard "(001.000)" Standard ROM
  547. *Font Bookman-LightItalic: Standard "(001.000)" Standard ROM
  548. *Font Helvetica-Light: Standard "(001.000)" Standard ROM
  549. *Font Helvetica-LightOblique: Standard "(001.000)" Standard ROM
  550. *Font Helvetica-Black: Standard "(001.000)" Standard ROM
  551. *Font Helvetica-BlackOblique: Standard "(001.000)" Standard ROM
  552. *Font NewCenturySchlbk-Roman: Standard "(001.000)" Standard ROM
  553. *Font NewCenturySchlbk-Bold: Standard "(001.000)" Standard ROM
  554. *Font NewCenturySchlbk-Italic: Standard "(001.000)" Standard ROM
  555. *Font NewCenturySchlbk-BoldItalic: Standard "(001.000)" Standard ROM
  556. *Font Palatino-Roman: Standard "(001.000)" Standard ROM
  557. *Font Palatino-Bold: Standard "(001.000)" Standard ROM
  558. *Font Palatino-Italic: Standard "(001.000)" Standard ROM
  559. *Font Palatino-BoldItalic: Standard "(001.000)" Standard ROM
  560. *Font ZapfChancery-MediumItalic: Standard "(001.000)" Standard ROM
  561. *Font ZapfDingbats: Special "(001.000)" Special ROM
  562. *?FontQuery: "
  563.  save
  564.  4 dict begin
  565.   /sv exch def
  566.   /str (fonts/                              ) def
  567.   /st2 128 string def
  568.   { count 0 gt
  569.    { dup st2 cvs (/) print print (:) print dup FontDirectory exch known
  570.     {pop (Yes)}
  571.     { str exch st2 cvs dup length /len exch def
  572.      6 exch putinterval str 0 len 6 add getinterval mark exch
  573.      { } st2 filenameforall counttomark 0 gt
  574.      { cleartomark (Yes)}{cleartomark (No)}ifelse
  575.     }ifelse = flush
  576.    }{ exit } ifelse
  577.   } bind loop
  578.   (*) = flush
  579.   sv
  580.  end
  581.  restore
  582.  "
  583. *End
  584.  
  585. *?FontList: "
  586.  save
  587.  2 dict begin
  588.   /sv exch def
  589.   /str 128 string def
  590.   FontDirectory { pop == } bind forall flush
  591.   /filenameforall where
  592.   { pop save (fonts/*)
  593.    { dup length 6 sub 6 exch getinterval cvn == } bind
  594.    str filenameforall flush restore
  595.   } if
  596.   (*) = flush
  597.   sv
  598.  end
  599.  restore
  600.  "
  601. *End
  602.  
  603. *% Printer Messages (verbatim from printer):
  604. *Message: "%%  exitserver: permanent state may be changed  %%"
  605. *Message: "%%  Flushing: rest of job (to end-of-file) will be ignored  %%"
  606. *Message: "\FontName\ not found, using Courier"
  607.  
  608. *% Status (format: %%  status: <one of these> %% )
  609. *Status: "Printer Busy"
  610. *Status: "Warming Up"
  611. *Status: "idle"
  612. *Status: "busy"
  613. *Status: "waiting"
  614. *Status: "initializing"
  615. *Status: "not ready"
  616.  
  617. *% Input Sources (format: %%  status: <stat>; source: <one of these>  %% )
  618. *Source: "Serial"
  619. *Source: "Parallel"
  620. *Source: "Network"
  621.  
  622. *% Printer Error (format: %%  PrinterError: <one of these>  %%)
  623. *PrinterError: "Paper Jam"
  624. *PrinterError: "Wrong Paper Length"
  625. *PrinterError: "Invalid Manual Insertion"
  626. *PrinterError: "Change Size in Feeder"
  627. *PrinterError: "Change Size in Tray 1"
  628. *PrinterError: "Change Size in Tray 2"
  629. *PrinterError: "Paper Out or Feed Failure - Feed"
  630. *PrinterError: "Load Manual Envelope"
  631. *PrinterError: "Paper Out or Feed Failure - Tray 1"
  632. *PrinterError: "Paper Out or Feed Failure - Tray 2"
  633. *PrinterError: "Load Manual Paper"
  634. *PrinterError: "Output Bin Full"
  635. *PrinterError: "Cover Open/Cartridge Not Installed"
  636. *PrinterError: "Insufficient Memory"
  637. *PrinterError: "Complex Page"
  638. *PrinterError: "Default Storage Error"
  639. *PrinterError: "Defective Font Card Installed"
  640. *PrinterError: "Flash Full"
  641. *PrinterError: "ioerror"
  642. *PrinterError: "Flash Error"
  643. *PrinterError: "Duplex Not Attached"
  644. *PrinterError: "Duplex Cover Open"
  645. *PrinterError: "Scheduled Maintenance"
  646. *PrinterError: "Toner Low"
  647. *PrinterError: "Service Error"
  648.  
  649. *%DeviceAdjustMatrix: " 1 0 0 1 0 0 "
  650.  
  651. *% === Color Separation Information =====================
  652.  
  653. *DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
  654.  
  655. *InkName: ProcessBlack/Process Black
  656. *InkName: CustomColor/Custom Color
  657. *InkName: ProcessCyan/Process Cyan
  658. *InkName: ProcessMagenta/Process Magenta
  659. *InkName: ProcessYellow/Process Yellow
  660.  
  661. *%  For 60 lpi / 300 dpi  ===============================
  662.  
  663. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  664. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  665. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  666. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  667. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  668.  
  669. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  670. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  671. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  672. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  673. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  674.  
  675. *%  For 53 lpi / 300 dpi  ===============================
  676.  
  677. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  678. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  679. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  680. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  681. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  682.  
  683. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  684. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  685. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  686. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  687. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  688.  
  689. *%  For 85 lpi / 600 dpi  5,5,2,6,6,2,20/3,0) =====================
  690.  
  691. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  692. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  693. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  694. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  695. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  696.  
  697. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  698. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  699. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  700. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  701. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  702.  
  703. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  704.  {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  705.  1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch
  706.  abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  707.  sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  708.  "
  709. *End
  710.  
  711. *%  For 71 lpi / 600 dpi  ===============================
  712.  
  713. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  714. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  715. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  716. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  717. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  718.  
  719. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  720. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  721. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  722. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  723. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  724.  
  725.  
  726. *% End of PPD file for Lexmark Optra E plus LaserPrinter
  727.